home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / LazyScrollDir / HISTORY.txt < prev    next >
Encoding:
Text File  |  1996-02-08  |  1.8 KB  |  53 lines

  1. //-----------------------------------------------------------------------------
  2. // ScrollDir HISTORY.txt
  3. // $Id$
  4. //-----------------------------------------------------------------------------
  5.  
  6. v8 02/09/96 01:00 EST sunshine
  7.     Replaced NameCache's custom hash table with NeXT's HashTable.
  8.     Info panel will now load README.rtf or README.rtfd.
  9.     DirArray is now an Objective-C class rather than kludgy C.
  10.     Updated README.
  11.  
  12. v7 02/01/96 04:15 EST sunshine
  13.     Added Defaults.[mh] as an interfaced to NeXT defaults.
  14.     The following are now saved and restored via NeXT defaults:
  15.         Window color
  16.         Window size
  17.         Auto-sort
  18.         Show hidden
  19.         Highlight directories
  20.         Font
  21.         Column widths
  22.         Column order
  23.     Fixed bug which caused file icons of "/" directory to be incorrect.
  24.         (The filename sent to the Workspace to retrieve the icons lacked a
  25.         null-terminator.)
  26.     Fixed bug where toggling "show hidden" switch was ineffective on current
  27.         brower window (but did correctly affect new ones).
  28.     Added a README.rtf file which explains what this example demonstrates.
  29.     Added an Info panel that displays the README.rtf file.
  30.  
  31. v6 01/17/96 05:00 EST sunshine
  32.     Fixed warning that showed up when compiling for debug by replacing
  33.         (int const) with #define for array size.
  34.  
  35. v5 01/17/96 04:00 EST zarnuk
  36.     Added NameCache classes to cache user and group names since looking them
  37.         up in NetInfo for every display and sort is excessively time-consuming.
  38.  
  39. v4 01/17/96 02:00 EST sunshine
  40.     Removed mcgh2misc conversions scripts since the one in the palette
  41.         directory now handles these example directories autotically.
  42.  
  43. v3 01/16/96 20:00 EST zarnuk
  44.     Fixed mcgh2misc.csh
  45.  
  46. v2 01/16/96 19:00 EST zarnuk
  47.     Implemented -tableScroll:intValueAt::, tagAt::, stringValueAt::
  48.     Sorting is much faster now.
  49.     The only slow columns are the owner and group columns.
  50.  
  51. v1 01/05/96 13:00 EST zarnuk
  52.     Lazy version derived from scrollDir v17
  53.